Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
closedir
closedir
Close the directory handle
Name:
closedir
Category:
Directory functions
Programming Language:
php
One-line Description:
Close the directory handle.
Related
What Are the Potential Issues If You Forget to Use the closedir Function?
2
How to Properly Use the closedir Function to Close Directory Handles: A Step-by-Step Guide
3
What is the basic usage of the closedir function? A detailed guide on how to use it correctly
2
Similar Functions
rewinddir
rewinddir
Rewindthedirectoryha
closedir
closedir
Closethedirectoryhan
scandir
scandir
Listfilesanddirector
getcwd
getcwd
Getthecurrentworking
readdir
readdir
Readentriesfromdirec
dir
dir
Returnsaninstanceoft
chdir
chdir
Changedirectory
chroot
chroot
Changetherootdirecto
Popular Articles
How to Properly Use the closedir Function to Close Directory Handles: A Step-by-Step Guide
What is the basic usage of the closedir function? A detailed guide on how to use it correctly
What Are the Potential Issues If You Forget to Use the closedir Function?